projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0849a37
)
Don't capitalize custom group name.
author
Dave Love
<fx@gnu.org>
Mon, 16 Aug 1999 23:04:07 +0000
(23:04 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 16 Aug 1999 23:04:07 +0000
(23:04 +0000)
lisp/apropos.el
patch
|
blob
|
history
diff --git
a/lisp/apropos.el
b/lisp/apropos.el
index f383a8baa6f5543bf1b4f8a24c94f9cf0d20bdb4..b29a8e134b0dba44e1d36d769bef54c89ff60f23 100644
(file)
--- a/
lisp/apropos.el
+++ b/
lisp/apropos.el
@@
-59,7
+59,7
@@
(defgroup apropos nil
"Apropos commands for users and programmers"
- :group '
H
elp
+ :group '
h
elp
:prefix "apropos")
;; I see a degradation of maybe 10-20% only.